home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 126-150 / disk_128 / mrbackup / todo < prev    next >
Text File  |  1992-05-06  |  4KB  |  113 lines

  1.  
  2.     "To do" list for MRBackup:
  3.  
  4. 1.  Pathname inclusion list:  this feature will be mutually exclusive
  5.     of the pathname exclusion list and will take priority.  That is, 
  6.     if both an inclusion and exclusion list are specified, only the
  7.     inclusion list will be used.  The inclusion list will allow backup
  8.     of multiple, disjoint directories.
  9.  
  10. 2.  Add new capabilities to the user initialization file, including 
  11.     window sizes and positions, default date delta for backups, color
  12.     settings, etc.
  13.  
  14. 3.  ERROR RECOVERY: the current release of this program is not very
  15.     tolerant of errors (especially due to output media faults).  This
  16.     is an unacceptible condition which will be addressed soon.  The
  17.     error recovery codes (ERR_NONE..ERR_IGNORE) comprise the bits of
  18.     a "set" of error options which will be selectable via a special
  19.     dynamically created requester ("An error occurred...here are your
  20.     options...").
  21.  
  22. 4.    It already talks, so maybe I'll add some canned music - for those
  23.     who need entertainment while performing the mundane chore of
  24.     backups :-).
  25.  
  26. 5.    User requests: if you have any, write them up and send this back to
  27.     mark@unisec.USI.COM.
  28.  
  29.  
  30.     Bugs and User Requests
  31.  
  32. 09/01/87 - Jay Denebeim
  33.     The listing file/device cannot be reassigned if it is in use by 
  34.     another program when MRBackup starts up.  
  35.  
  36.     Status:    Fixed by MRR in V1.3, 09/03/87.
  37.  
  38.  
  39. 09/01/87 - Jay Denebeim 
  40.     Add the capability for a file to span multiple volumes.
  41.  
  42.     Status: Open.  Jay recommended the possible use of unused space in 
  43.     certain system sectors for maintaining this info.  I think I prefer 
  44.     a "volume information file" for recording the characteristics of files 
  45.     with "special" characteristics.  I certainly endorse the idea and 
  46.     recognize the need, though a file larger than ~850K is a whopper.
  47.  
  48. 09/01/87 - Jay Denebeim
  49.     Add recognition of .ARC and .ZOO files as compressed files.
  50.  
  51.     Status: Fixed by MRR in V1.3, 09/03/87.
  52.  
  53. 09/01/87 - Jay Denebeim (That WAS a long phone call, Jay! :-) )
  54.     There are several problems with the pathname requesters.  It appears
  55.     that changes to the gadget text which are not properly terminated
  56.     with RETURN are left in the gadgets, rather than reverting to the
  57.     original text.  Thus, there is a mismatch between the program data
  58.     and the requester data.
  59.  
  60.     Status:    Open.
  61.  
  62.  
  63. 09/01/87 - Jay Denebeim
  64.     Use better a better buffering scheme for compression.
  65.  
  66.     Status: Done - any buffering is better than none, right?  To
  67.             accomplish this, I had to "absorb" the CopyFile command
  68.             from the library, rewriting it to use a globally allocated
  69.             buffer which can then also be used by compress/decompress.  
  70.             I've done some pretty thorough testing with partial backups 
  71.             and restores and I think all is well. Please do some testing 
  72.             of your own before you commit anything significant to the 
  73.             compressed format.  If you have problems, BY ALL MEANS, LET 
  74.             ME KNOW A.S.A.P!  I'm not asking for any monetary compensation, 
  75.             so you're morally obligated to report bugs back to me. If 
  76.             you don't, your left foot is going to fall off (...if you have 
  77.             one.  If you don't, I apologize for that crass remark - but
  78.             you're still bound :-) ).
  79.  
  80. 09/02/87 - Tony Cabot
  81.     Extended menu selection on flag items gets confused.
  82.  
  83.     Status: Open, under investigation.  Actually, I'm waiting for someone
  84.             to tell me what idiotic thing I've done or forgotten to do 
  85.             that is causing this not to work.
  86.  
  87.  
  88. 09/02/87 - Armando Andreozzi
  89.     Resize and/or relocate the STOP gadget as it interferes with the
  90.     operation of the menu.
  91.  
  92.     Remarks: I agree, I think.  I'm not sure how it interferes with the
  93.              menu operation, but it probably should be less obtrusive.  
  94.              I may stick it in the window border or hide it under a rock.
  95.     
  96.              Also, the STOP gadget should only appear when it is useful 
  97.              (i.e. during Backup/Restore operations) and should be 
  98.              deactivated at  other times.
  99.  
  100.     Status: Open.
  101.  
  102. 09/02/87 - Peter DaSilva
  103.     Add AmigaDOS wildcard capability.
  104.  
  105.     Remarks: Yes Peter, and I'll use your code, too!
  106.  
  107.              P.S.  Peter informs me that the code isn't actually his, 
  108.              but I still appreciate the feedback and the idea.
  109.  
  110.     Status: Open.
  111.  
  112.  
  113.